Welcome to how calculate the mean and standard deviation of your image dataset in PyTorch tutorial! The process of dataset normalisation is very popular technique for training the Neural Networks. This process generally leads to faster convergence and speeds up the Neural Network learning. However, in order to normalise the dataset with mean and standard deviation you first of all need to calculate the mean and standard deviation of your dataset. In this tutorial I am going to show you how to do it, so that you will be able to your dataset normalise later. Thanks for watching! Link to the dataset:











